Switch to automatic dbgsym packages
authorJeremy Bicha <jbicha@debian.org>
Sat, 14 Oct 2017 18:43:08 +0000 (14:43 -0400)
committerJeremy Bicha <jbicha@debian.org>
Sat, 14 Oct 2017 18:52:30 +0000 (14:52 -0400)
debian/.changelog.swp [new file with mode: 0644]
debian/changelog
debian/control
debian/control.in
debian/rules

diff --git a/debian/.changelog.swp b/debian/.changelog.swp
new file mode 100644 (file)
index 0000000..097fa2f
Binary files /dev/null and b/debian/.changelog.swp differ
index 567d00aaf6dd9445e304fa2acda3482b0eb4b39d..6cd6567d6402ec0cfa363d863acf16568b6a9e6a 100644 (file)
@@ -3,6 +3,7 @@ babl (0.1.34-1) UNRELEASED; urgency=medium
   * New upstream release
   * Switch from cdbs to dh
   * Set Debian GNOME team as maintainer and update Vcs fields
+  * Switch to automatic dbgsym packages
 
  -- Jeremy Bicha <jbicha@debian.org>  Sat, 14 Oct 2017 14:10:57 -0400
 
index 1386aeeb07eb45a2f16d7a5f1a8cff051d0cbcf4..b100ab1304b7026f62a1af37bdf2acacc1519654 100644 (file)
@@ -60,21 +60,6 @@ Description: Dynamic, any to any, pixel format conversion library (documentation
  also facilitates creation of new and uncommon ones.
  .
  This package contains the API documentation.
-
-Package: libbabl-0.1-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libbabl-0.1-0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Dynamic, any to any, pixel format conversion library (debugging symbols)
- Babl is a dynamic, any to any, pixel format conversion library. It
- provides conversions between the myriad of buffer types images can be
- stored in. Babl doesn't only help with existing pixel formats, but
- also facilitates creation of new and uncommon ones.
- .
- This package contains the debugging symbols.
 #
 #Package: gir1.2-babl-0.1
 #Section: introspection
index 25b0afb7d392fbaaeeb6d34df04cf6820b7ec4fc..1000de301641c5b2e28246463339080362e9118f 100644 (file)
@@ -56,21 +56,6 @@ Description: Dynamic, any to any, pixel format conversion library (documentation
  also facilitates creation of new and uncommon ones.
  .
  This package contains the API documentation.
-
-Package: libbabl-0.1-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends: libbabl-0.1-0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Dynamic, any to any, pixel format conversion library (debugging symbols)
- Babl is a dynamic, any to any, pixel format conversion library. It
- provides conversions between the myriad of buffer types images can be
- stored in. Babl doesn't only help with existing pixel formats, but
- also facilitates creation of new and uncommon ones.
- .
- This package contains the debugging symbols.
 #
 #Package: gir1.2-babl-0.1
 #Section: introspection
index fa0d9753d92fc49132d15426eef95bb8818ff513..036a41b35c42d4c0cdd479caa900e488c865ff4f 100755 (executable)
@@ -30,3 +30,6 @@ override_dh_makeshlibs:
 
 override_dh_installdocs:
        dh_installdocs -XMakefile
+
+override_dh_strip:
+       dh_strip --dbgsym-migration="libbabl-0.1-0-dbg (<< 0.1.34)"